LPC540xx Simple blinky example
============================

Purpose:
* Show simple two-channel PWM generation.
* Uses the unified 32-bit timer mode to generate single-edge aligned outputs.
* An interrupt can be generated after each cycle.

Running mode:
* Compile, Flash the program and reset.

Note:
Tested on LPC5400 LPCXpresso Board

Input:
PIO_24 configured as SCT0_IN1 (SW1)

Output:
PIO1_2 configured as SCT0_OUT5, 
PIO1_1 configured as SCT0_OUT4, 


